Class symantec.itools.db.beans.dcnav.AbstractSubTreeBuilder
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.dcnav.AbstractSubTreeBuilder

Object
   |
   +----symantec.itools.db.beans.dcnav.AbstractSubTreeBuilder

public abstract class AbstractSubTreeBuilder
extends Object

Version:
1.0 08/22/98
Author:
Hristo Tonev

Variable Index

 o parentNode
 o treeView

Method Index

 o build()
 o buildChildNodes()
This method will build a Vector of DefaultMutableTreeNode that is the list of the children.

Variables

 o parentNode
protected com.sun.java.swing.tree.DefaultMutableTreeNode parentNode
 o treeView
protected com.sun.java.swing.JTree treeView

Methods

 o build
public void build()
 o buildChildNodes
protected abstract java.util.Vector buildChildNodes()
This method will build a Vector of DefaultMutableTreeNode that is the list of the children.


All Packages  Class Hierarchy  This Package  Previous  Next  Index